projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e3979e
)
(Output Variables): Add print-quoted.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 17 Feb 2004 01:10:15 +0000
(
01:10
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 17 Feb 2004 01:10:15 +0000
(
01:10
+0000)
lispref/streams.texi
patch
|
blob
|
history
diff --git
a/lispref/streams.texi
b/lispref/streams.texi
index b6f211116e60383d2e8dfa8d32e4f097b010762c..a4e88b82f2ed0e99bc5deb5835b0ba1225d3320f 100644
(file)
--- a/
lispref/streams.texi
+++ b/
lispref/streams.texi
@@
-687,6
+687,13
@@
The value of this variable is the default output stream---the stream
that print functions use when the @var{stream} argument is @code{nil}.
@end defvar
+@defvar print-quoted
+If this is non-@code{nil}, that means to print quoted forms using
+abbreviated reader syntax. @code{(quote foo)} prints as @code{'foo},
+@code{(function foo)} as @code{#'foo}, and backquoted forms print
+using modern backquote syntax.
+@end defvar
+
@defvar print-escape-newlines
@cindex @samp{\n} in print
@cindex escape characters